home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / feednfrenzy.swf / scripts / frame_611 / PlaceObject2_231_77 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-09-25  |  198b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    this._x += _global.xgo;
  3.    this._y += _global.ygo;
  4.    if(this._x > 800)
  5.    {
  6.       this._x = -50;
  7.    }
  8.    if(this._x < -100)
  9.    {
  10.       this._x = 750;
  11.    }
  12. }
  13.